Overload List

  Name Description
StateChangedEventArgs < (Of < ( T > ) > ) (T, T)
Initializes a new instance of the class to be used for a normal state changed event. The caller should provide both old and new states to indicate the transition.
StateChangedEventArgs < (Of < ( T > ) > ) (Boolean, T, T) Obsolete.
Initializes a new instance of the class to be used for a normal state changed event. The caller should provide both old and new states to indicate the transition.
StateChangedEventArgs < (Of < ( T > ) > ) (Boolean, T, T, Exception) Obsolete.
Initializes a new instance of the class to be used for a normal state changed event. The caller should provide both old and new states to indicate the transition.

See Also